Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-15 Thread Aditya Mahajan
tnotes \stopplacetable \stoptext You can use the pairedbox mechanism to place the notes under the table. \definepairedbox [footnote] [width=\textwidth, align=middle] Or, if you don't want to set the width to textwidth, simply wrap everything in a vbox (I use framedtext for convenience) \sta

Re: [NTG-context] French hyphenation issue in tablepaired boxes

2016-08-15 Thread Jean-Pierre Delange
}] \setupalign[hyphenated] Thanks for your help. JP See the sample below : \mainlanguage[fr] \setcharacterspacing[frenchpunctuation] \definepairedbox [footnote] [width=\textwidth, align=middle] \defineparagraphs[n=1, align={hz,hanging}] \starttext \setupalign[hyphenated

Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-15 Thread Jean-Pierre Delange
la spécialisation s’est outré automatiquement, les fonctions intellectuelles et les fonctions manuelles ne sont presque jamais attribuées aux mêmes ouvriers. » Thanks for your help. JP \definepairedbox [footnote] [width=\textwidth, align=middle] \starttext \startplacetable[title={some

Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-15 Thread Wolfgang Schuster
hanism to place the notes under the table. \definepairedbox [footnote] [width=\textwidth, align=middle] \starttext \startplacetable[title={some table}] \startlocalfootnotes \startplacepairedbox[footnote] \startcontent \startTABLE \NC C

[NTG-context] about animation problem

2016-01-04 Thread Jeong Dal
Dear all, First, Happy new year to all! Here is the sample code in the wiki. %%% \usemodule[animation] \setupinteraction[state=start] \definepairedbox[animationtext][location=top,align=middle,width=\textwidth] \starttext \startanimation[menu=yes] {\placeanimationtext{The letter

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-08 Thread Wolfgang Schuster
Am 08.10.2014 um 05:19 schrieb Jeong Dal hak...@me.com: Dear Woldgang, I searched \definepairedbox and found several discussions as following: http://www.ntg.nl/pipermail/ntg-context/2005/014315.html https://www.mail-archive.com/ntg-context@ntg.nl/msg71401.html In the above

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-08 Thread Jeong Dal
Dear Wolfgang, After changing the order, it works fine. Also, \startcontent … \stopcontent and \startcaption … \stopcaption are working too. Thank you for your help. Best regards, Dalyoung \useMPlibrary[dum] \usemodule[animation] \setupinteraction[state=start] \starttext \definepairedbox

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-08 Thread Jeong Dal
Dear Wolfgang, After changing the order, it works fine. Also, \startcontent … \stopcontent and \startcaption … \stopcaption are working too. Thank you for your help. Best regards, Dalyoung \useMPlibrary[dum] \usemodule[animation] \setupinteraction[state=start] \starttext \definepairedbox

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-07 Thread Jeong Dal
Dear Woldgang, I searched \definepairedbox and found several discussions as following: http://www.ntg.nl/pipermail/ntg-context/2005/014315.html https://www.mail-archive.com/ntg-context@ntg.nl/msg71401.html In the above examples, it took a long sentences as a caption while my example don’t

[NTG-context] Win fonts lookup: ** (was: Animation captions (was: error in animation))

2014-10-06 Thread Procházka Lukáš Ing . - Pontex s . r . o .
regards, Lukas On Mon, 06 Oct 2014 04:33:28 +0200, Jeong Dal hak...@me.com wrote: \usemodule[animation] \useMPlibrary[dum] \setupinteraction[state=start] \definepairedbox[animationtext][location=top,align=middle] \starttext \startanimation {\placeanimationtext{The letter a}{\externalfigure[dummy

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-06 Thread Henning Hraban Ramm
Am 2014-10-06 um 08:33 schrieb Jeong Dal hak...@me.com: \usemodule[animation] \useMPlibrary[dum] \setupinteraction[state=start] \definepairedbox[animationtext][location=top,align=middle] \starttext \startanimation {\placeanimationtext{The letter a}{\externalfigure[dummy

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-06 Thread Otared Kavian
Indeed a very nice feature in ConTeXt. I tested Wolfgang’s example with math formulas and the result is very good: however it seems that one has to fix the width of the caption by saying \definepairedbox[animationtext][location=top,align=middle,width=\textwidth] Otherwise the formulas

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-06 Thread Jeong Dal
. Indeed a very nice feature in ConTeXt. I tested Wolfgang’s example with math formulas and the result is very good: however it seems that one has to fix the width of the caption by saying \definepairedbox[animationtext][location=top,align=middle,width=\textwidth] Otherwise the formulas

[NTG-context] Animation captions (was: error in animation)

2014-10-05 Thread Wolfgang Schuster
[animation] \setupinteraction[state=start] \definepairedbox[animationtext][location=top,align=middle] \starttext \startanimation {\placeanimationtext{The letter a}{\ttd A}} {\placeanimationtext{The letter b}{\ttd B}} {\placeanimationtext{The letter c}{\ttd C}} {\placeanimationtext

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-05 Thread Jeong Dal
] \setupinteraction[state=start] \definepairedbox[animationtext][location=top,align=middle] \starttext \startanimation {\placeanimationtext{The letter a}{\externalfigure[dummy]}} {\placeanimationtext{The letter b}{\externalfigure[dummy]}} {\placeanimationtext{The letter c}{\externalfigure[dummy

Re: [NTG-context] \startfloattext ... \stopfloattext

2013-09-09 Thread Hans Hagen
\VL \VL\AR \VL \VL \VL\AR \HL \VL \VL \VL\AR \VL \VL \VL\AR \HL \stoptable} Just this text near the table! \stoptabletext \item second item ... \stoptext one of the solution is to use paired boxes: \starttext \definepairedbox [mylegend] [location={right,top}] % width=10cm \startitemize[n

Re: [NTG-context] \startfloattext ... \stopfloattext

2013-09-09 Thread Christian Prim
of the solution is to use paired boxes: \starttext \definepairedbox [mylegend] [location={right,top}] % width=10cm \startitemize[n,packed,**joinedup][stopper=)] \startitem some introduction text \blank and some more \blank \startplacemylegend \startcontent

Re: [NTG-context] combination with an additional line centered in a placefigure?

2007-11-16 Thread Wolfgang Schuster
] \starttext \placefigure [force][fig:xy] {captiontext} {\placelegend {\startcombination[2*1] {\externalfigure[xxx]}{} {\externalfigure[yyy]}{} \stopcombination} {Quelle: XY}} \stoptext You can define legend commands with \definepairedbox (see core-mis.tex

Re: [NTG-context] Two framed texts on the same line

2005-11-25 Thread Hans Hagen
\stopgb \stopbuffer \startbuffer[right] \startgb[none] \input zapf \stopgb \stopbuffer \starttext \input tufte \definepairedbox[gb][location={right,top}] \startbaselinecorrection \placepairedbox[gb] {\getbuffer[left]} {\getbuffer[right]} \stopbaselinecorrection \input zapf \stoptext

Re[2]: [NTG-context] Two framed texts on the same line

2005-11-25 Thread Giuseppe Bilotta
\stopgb \stopbuffer \startbuffer[right] \startgb[none] \input zapf \stopgb \stopbuffer \starttext \input tufte \definepairedbox[gb][location={right,top}] \startbaselinecorrection \placepairedbox[gb] {\getbuffer[left]} {\getbuffer[right]} \stopbaselinecorrection \input zapf

Re: [NTG-context] Two framed texts on the same line

2005-11-25 Thread Hans Hagen
] \startgb[none] \input tufte \stopgb \stopbuffer \startbuffer[right] \startgb[none] \input zapf \stopgb \stopbuffer \starttext \input tufte \definepairedbox[gb][location={right,top}] \startbaselinecorrection \placepairedbox[gb] {\getbuffer[left

Re: [NTG-context] Two framed texts on the same line

2005-11-25 Thread Giuseppe Bilotta
For what it's worth, I'm now using the following: \defineframedtext[lepi][align=raggedright,width=fit,offset=0pt,frame=off,location=none] \defineframedtext[repi][align=raggedright,width=fit,offset=0pt,frame=off,location=none] \definepairedbox[lrepi][location={right,top}] \noindent \startlepi

Re: [NTG-context] Two framed texts on the same line

2005-11-25 Thread Hans Hagen
Giuseppe Bilotta wrote: For what it's worth, I'm now using the following: \defineframedtext[lepi][align=raggedright,width=fit,offset=0pt,frame=off,location=none] \defineframedtext[repi][align=raggedright,width=fit,offset=0pt,frame=off,location=none] \definepairedbox[lrepi][location={right,top